Skip to content

Instantly share code, notes, and snippets.

@hk1ll3r
Created May 6, 2020 07:38
Show Gist options
  • Save hk1ll3r/9c82b6934c70c51a0f2f1272b3673fcb to your computer and use it in GitHub Desktop.
Save hk1ll3r/9c82b6934c70c51a0f2f1272b3673fcb to your computer and use it in GitHub Desktop.
using NoSuchStudio.Common;
public class MyClassWithLogger: MonoBehaviourWithLogger
{
public void OnButtonClick() {
LogLog("Hello World!");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment