Advertisement
Pro_Unit

IItemContainer

Aug 23rd, 2022
855
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. using System.Collections.Generic;
  2. using UnityEngine;
  3.  
  4. public interface IItemContainer
  5. {
  6.     Stack<Transform> Items { get; }
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement