Created
June 6, 2019 19:22
-
-
Save MartinKnopf/96c474d752b833fa5b1f2589c6dd11c2 to your computer and use it in GitHub Desktop.
new-monobehaviour
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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