13 lines
No EOL
278 B
C#
13 lines
No EOL
278 B
C#
using UnityEngine;
|
|
|
|
namespace Bremsengine
|
|
{
|
|
public partial class Dialogue
|
|
{
|
|
public static partial class EventKeys
|
|
{
|
|
private const string SkeletronKey = "Skeletron";
|
|
public static string Skeletron => SkeletronKey;
|
|
}
|
|
}
|
|
} |