unity-atoms/Packages/Core/Runtime/Events/GameObjectEvent.cs
2019-10-02 17:36:20 +02:00

9 lines
243 B
C#

using UnityEngine;
namespace UnityAtoms
{
[UseIcon("atom-icon-cherry")]
[CreateAssetMenu(menuName = "Unity Atoms/Events/GameObject", fileName = "GameObjectEvent")]
public sealed class GameObjectEvent : AtomEvent<GameObject> { }
}