Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MartinKnopf/96c474d752b833fa5b1f2589c6dd11c2 to your computer and use it in GitHub Desktop.
Save MartinKnopf/96c474d752b833fa5b1f2589c6dd11c2 to your computer and use it in GitHub Desktop.
new-monobehaviour
using System.Linq;
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using DG.Tweening;
public class Class : MonoBehaviour {
void Start() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment