haus system auf core geändert
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user