mirror of
https://github.com/DCFApixels/DragonECS-Graphs.git
synced 2025-09-18 03:34:35 +08:00
up[update
This commit is contained in:
parent
f813257f28
commit
ca43d1e1b4
@ -16,7 +16,11 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
public override bool IsCached
|
||||
{
|
||||
get { throw new NotImplementedException(); }
|
||||
get { return false; }
|
||||
}
|
||||
public override int LastCachedCount
|
||||
{
|
||||
get { return 0; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
@ -36,7 +36,11 @@ namespace DCFApixels.DragonECS
|
||||
}
|
||||
public override bool IsCached
|
||||
{
|
||||
get { throw new NotImplementedException(); }
|
||||
get { return false; }
|
||||
}
|
||||
public override int LastCachedCount
|
||||
{
|
||||
get { return 0; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user