Advertisement
SvetoslavUzunov

Bonus

Mar 30th, 2022
733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.28 KB | None | 0 0
  1. using UnityEngine;
  2.  
  3. public class Bonus : MonoBehaviour
  4. {
  5.     public int Point = 1;
  6.     //PlayerController player;
  7.     // Start is called before the first frame update
  8.     void Start()
  9.     {
  10.  
  11.     }
  12.  
  13.     // Update is called once per frame
  14.     void Update()
  15.     {
  16.  
  17.     }
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement