Skip to content

Instantly share code, notes, and snippets.

@AdmiralEgg
Created December 3, 2023 00:11
Show Gist options
  • Save AdmiralEgg/85ca2c52e669e42e679a32f606b5c2e1 to your computer and use it in GitHub Desktop.
Save AdmiralEgg/85ca2c52e669e42e679a32f606b5c2e1 to your computer and use it in GitHub Desktop.
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
#ROOTNAMESPACEBEGIN#
public class #SCRIPTNAME# : MonoBehaviour
{
void Awake()
{
#NOTRIM#
}
}
#ROOTNAMESPACEEND#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment