1
This commit is contained in:
10
Assets/Domain/Test/HotUpdate/Application/UIViews/UIEvent.cs
Normal file
10
Assets/Domain/Test/HotUpdate/Application/UIViews/UIEvent.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Stary.Evo
|
||||
{
|
||||
public enum UIEvent
|
||||
{
|
||||
None,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user