unity-atoms/Packages/Core/Runtime/UnityEvents/GameObjectGameObjectUnityEvent.cs
2019-10-01 17:27:22 +02:00

10 lines
200 B
C#

using System;
using UnityEngine.Events;
using UnityEngine;
namespace UnityAtoms
{
[Serializable]
public sealed class GameObjectGameObjectUnityEvent : UnityEvent<GameObject, GameObject> { }
}