init
This commit is contained in:
14
Assets/Scripts/Event/EventArgs/CameraInterActArgs.cs
Normal file
14
Assets/Scripts/Event/EventArgs/CameraInterActArgs.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Event.EventArgs
|
||||
{
|
||||
public class CameraInterActArgs : System.EventArgs
|
||||
{
|
||||
public GameObject Item { get; }
|
||||
|
||||
public CameraInterActArgs(GameObject item)
|
||||
{
|
||||
Item = item;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user