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