added bridges
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class Ladder : MonoBehaviour, IMapElement
|
||||
{
|
||||
public MapElementType ElementType => MapElementType.Ladder;
|
||||
}
|
||||
Reference in New Issue
Block a user