Add some additional formatting rules

This commit is contained in:
Casper Warden
2021-09-23 17:21:36 +01:00
parent bc6ee025cf
commit af911d5923
100 changed files with 195 additions and 174 deletions

View File

@@ -61,7 +61,7 @@ export interface IGameObjectData
ParentID?: number;
OwnerID: UUID;
IsAttachment: boolean;
NameValue: {[key: string]: NameValue};
NameValue: { [key: string]: NameValue };
PCode: PCode;
State?: number;
CRC?: number;