Skip to content

Instantly share code, notes, and snippets.

@timrodz
Last active March 19, 2018 09:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timrodz/0b35d19d68a2b9e711967f370c2b5de2 to your computer and use it in GitHub Desktop.
Save timrodz/0b35d19d68a2b9e711967f370c2b5de2 to your computer and use it in GitHub Desktop.
Delegate tutorial step 1
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class UIController : MonoBehaviour
{
// Use this for initialization
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment