11 lines
126 B
C#
11 lines
126 B
C#
|
|
using System;
|
|||
|
|
using System.Collections.Generic;
|
|||
|
|
|
|||
|
|
namespace Stary.Evo
|
|||
|
|
{
|
|||
|
|
public enum UIEvent
|
|||
|
|
{
|
|||
|
|
None,
|
|||
|
|
}
|
|||
|
|
}
|