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;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 7d7b7ed755c3432eb1ffd466ce229575
|
||||
timeCreated: 1725859232
|
||||
Reference in New Issue
Block a user