Skip to content

Instantly share code, notes, and snippets.

@hk1ll3r
Created May 6, 2020 01:34
Show Gist options
  • Save hk1ll3r/b03089c13f115bb72b1ba1b2945ce0f3 to your computer and use it in GitHub Desktop.
Save hk1ll3r/b03089c13f115bb72b1ba1b2945ce0f3 to your computer and use it in GitHub Desktop.
using UnityEngine;
using NoSuchStudio.Common;
public class MyClassB : MonoBehaviour {
void Start() {
this.LogLog("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment