Advertisement
Pro_Unit

IRectLineDrawer

May 4th, 2023
816
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.13 KB | None | 0 0
  1. using UnityEngine;
  2.  
  3. namespace Game.Utilities
  4. {
  5.     public interface IRectLineDrawer
  6.     {
  7.         public void Draw(Rect position);
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement