This commit is contained in:
kookroach
2021-04-04 21:29:34 +02:00
parent 91353bdcf0
commit bce480aad5
4 changed files with 9 additions and 6 deletions

View File

@@ -81,7 +81,7 @@ interface IEntityPool<TEntity> {
}
interface IObjectPool extends IEntityPool<IObject> {
setData(entity: ObjectMp, attachmentData: object): void;
setData(entity: ObjectMp): void;
}
interface IPlayerPool extends IEntityPool<IPlayer> {