added falling sand - dirt actually
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
namespace FOU.Scripts.Elements;
|
||||
|
||||
public abstract class Solid : Element {
|
||||
|
||||
protected Solid(int x, int y, ref Level level) : base(x, y, ref level) { }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user