haus system auf core geändert

This commit is contained in:
hydrant
2020-03-29 12:18:17 +02:00
parent 6bd3d4a3d0
commit bcfc2105ea
68 changed files with 1366 additions and 810 deletions

View File

@@ -17,6 +17,8 @@ namespace ReallifeGamemode.Server.Core.API
ITextLabelAPI TextLabel { get; }
IBlipAPI Blip { get; }
void DisableDefaultCommandErrorMessages();
void DisableDefaultSpawnBehavior();
@@ -28,5 +30,7 @@ namespace ReallifeGamemode.Server.Core.API
void SetTime(int hour, int minute, int second);
void TriggerClientEventForAll(string eventName, params object[] args);
TEntity ToEntity<TEntity>(ushort handle) where TEntity : class, IEntity;
}
}