unity-atoms/Source/Actions/GameObjectAction.cs
2019-05-29 18:52:27 +02:00

7 lines
117 B
C#

using UnityEngine;
namespace UnityAtoms
{
public abstract class GameObjectAction : GameAction<GameObject> { }
}