mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-24 17:17:47 -05:00
19 lines
431 B
C#
19 lines
431 B
C#
|
|
namespace UnityAtoms
|
|
{
|
|
public sealed class CreateStringVariableOnAwake : CreateVariableOnAwake<
|
|
string,
|
|
StringVariable,
|
|
StringEvent,
|
|
StringStringEvent,
|
|
StringListener,
|
|
StringStringListener,
|
|
StringAction,
|
|
StringStringAction,
|
|
StringVariableAction,
|
|
StringVariableGameObjectAction,
|
|
UnityStringEvent,
|
|
UnityStringStringEvent>
|
|
{ }
|
|
}
|