mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
fxies
This commit is contained in:
parent
09b209a7c0
commit
4ee6f8a0f1
@ -77,7 +77,7 @@ namespace DCFApixels.DragonECS.Core
|
|||||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
get { return _source; }
|
get { return _source; }
|
||||||
}
|
}
|
||||||
protected EcsMask Mask
|
public EcsMask Mask
|
||||||
{
|
{
|
||||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
get { return _mask; }
|
get { return _mask; }
|
||||||
|
Loading…
Reference in New Issue
Block a user