baflink

Forge-Unity-Overrides.cs

Jul 7th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1. protected override void Awake()
  2. {
  3.     base.Awake();
  4.    
  5.     // TODO:  My awesome code here
  6. }
  7.  
  8. protected override void Start()
  9. {
  10.     base.Start();
  11.    
  12.     // TODO:  Seriously money making code here
  13. }
  14.  
  15. protected override void Update()
  16. {
  17.     base.Update();
  18.    
  19.     // TODO:  Most awesome code here
  20. }
Advertisement
Add Comment
Please, Sign In to add comment