mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
6 lines
126 B
C#
6 lines
126 B
C#
|
using UnityEngine;
|
||
|
|
||
|
namespace UnityAtoms
|
||
|
{
|
||
|
public abstract class VoidGameObjectAction : GameAction<Void, GameObject> { }
|
||
|
}
|