Made a Gui and created a dropdown menu to select block
This commit is contained in:
@@ -5,7 +5,7 @@ namespace Collector.Character
|
||||
{
|
||||
public class Collision
|
||||
{
|
||||
public RectangleF Rectangle { get; private set; }
|
||||
public RectangleF Rectangle { get; }
|
||||
|
||||
public Collision(int x, int y)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user