Action Events
Action<GameObject> act = (Instance) =>
{
Debug.Log("My object is called " + Instance.name + "!");
};Last updated
Was this helpful?
Action<GameObject> act = (Instance) =>
{
Debug.Log("My object is called " + Instance.name + "!");
};Last updated
Was this helpful?
Was this helpful?