ivehicle class
This commit is contained in:
@@ -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> {
|
||||
|
||||
Reference in New Issue
Block a user