ivehicle class

This commit is contained in:
hydrant
2021-04-06 20:33:26 +02:00
parent a09690b58c
commit a95ed206cf
2 changed files with 8 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ interface IVehicle extends IEntity {
setDoorsLocked(state: boolean);
setDoorShut(door: number, instantly: boolean);
setDoorOpen(door: number, loose: boolean, instantly: boolean);
class: number;
}
interface IEntityPool<TEntity> {