9 lines
348 B
C#
9 lines
348 B
C#
namespace GameLogic
|
|
{
|
|
public static class EventSetting
|
|
{
|
|
public static readonly string PlayStretchPickUpComplete = "PlayStretchPickUpComplete";
|
|
public static readonly string PlayStretchPutDownComplete = "PlayStretchPutDownComplete";
|
|
public static readonly string PlayShrinkComplete = "PlayShrinkComplete";
|
|
}
|
|
} |