You've already forked taptap2024_GJ_chidouren
init
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
|
||||
namespace IcecreamView
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
public class BindUIEvent : Attribute
|
||||
{
|
||||
public int EventCode;
|
||||
|
||||
public BindUIEvent (int eventCode)
|
||||
{
|
||||
this.EventCode = eventCode;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user