Blipples

IInteractableCode

May 9th, 2024
14
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. public interface IInteractable
  2. {
  3. void Interact(GameObject gameObject);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment