Resource loading

This commit is contained in:
Sardelka
2022-07-01 12:22:31 +08:00
parent 58362c2613
commit 8a46bd6b68
43 changed files with 1125 additions and 771 deletions

View File

@ -17,7 +17,7 @@ namespace RageCoop.Core.Scripting
public static readonly int SetAutoRespawn = Hash("RageCoop.SetAutoRespawn");
public static readonly int NativeCall = Hash("RageCoop.NativeCall");
public static readonly int NativeResponse = Hash("RageCoop.NativeResponse");
public static readonly int CleanUpWorld = Hash("RageCoop.CleanUpWorld");
public static readonly int AllResourcesSent = Hash("RageCoop.AllResourcesSent");
/// <summary>
/// Get a Int32 hash of a string.
/// </summary>