Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protected override void Awake()
- {
- base.Awake();
- // TODO: My awesome code here
- }
- protected override void Start()
- {
- base.Start();
- // TODO: Seriously money making code here
- }
- protected override void Update()
- {
- base.Update();
- // TODO: Most awesome code here
- }
Advertisement
Add Comment
Please, Sign In to add comment