예제 #1
0
 /// <summary>
 /// Gets a string from the string_id cache.
 /// </summary>
 /// <param name="id">The id of the string.</param>
 /// <returns></returns>
 public override string GetString(StringId id) => StringIdCache.GetString(id);
 /// <summary>
 /// Gets a string from the string_id cache.
 /// </summary>
 /// <param name="id">The id of the string.</param>
 /// <returns></returns>
 public string GetString(StringId id) => StringIdCache.GetString(id);