public int GetGoreSlot(string name) { return(ModGore.GetGoreSlot(FileName(name))); }
/// <summary> /// Shorthand for calling ModGore.GetGoreSlot(this.Name + '/' + name). /// </summary> /// <param name="name">The name.</param> /// <returns></returns> public int GetGoreSlot(string name) => ModGore.GetGoreSlot(Name + '/' + name);