Add ObjectStoreLite to reduce memory footprint if the full object data is not needed
This commit is contained in:
5
lib/classes/interfaces/IGameObject.ts
Normal file
5
lib/classes/interfaces/IGameObject.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface IGameObject
|
||||
{
|
||||
hasNameValueEntry(key: string): boolean;
|
||||
getNameValueEntry(key: string): string;
|
||||
}
|
||||
Reference in New Issue
Block a user