feat: refactoring && walls
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
using Raylib_cs;
|
||||
|
||||
namespace BakeryGame.Models;
|
||||
|
||||
public struct EnvItem
|
||||
{
|
||||
public EnvItem(Rectangle rect, Color color, bool canCollide)
|
||||
|
||||
Reference in New Issue
Block a user