Example #1
0
 /// <summary>
 /// Set the current map's ID
 /// </summary>
 /// <param name="id"></param>
 internal static void SetMapID(int id) => MapIDField.SetValue(id);
Example #2
0
 /// <summary>
 /// Get the current map's ID
 /// </summary>
 /// <returns></returns>
 internal static int GetMapID() => (int)MapIDField.GetValue();