This commit is contained in:
2024-09-09 20:30:24 +08:00
commit f1e9f43ba4
165 changed files with 103426 additions and 0 deletions

View 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;
}
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: 7d7b7ed755c3432eb1ffd466ce229575
timeCreated: 1725859232