added bridges

This commit is contained in:
2023-06-27 19:14:42 +03:00
parent a535789530
commit b4c6170fa4
17 changed files with 554 additions and 182 deletions
+6
View File
@@ -0,0 +1,6 @@
using UnityEngine;
public class Bridge : MonoBehaviour, IMapElement
{
public MapElementType ElementType => MapElementType.Bridge;
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 7710dbd5e4ddd064198582aed7ee50c0
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,4 @@
public interface IMapElement
{
MapElementType ElementType { get; }
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: edf40d39eadb17a4ebb0368b3ac5399a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
+6
View File
@@ -0,0 +1,6 @@
using UnityEngine;
public class Ladder : MonoBehaviour, IMapElement
{
public MapElementType ElementType => MapElementType.Ladder;
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 8e88df5680ec8e64ea4939c37720b363
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
+6
View File
@@ -0,0 +1,6 @@
using UnityEngine;
public class Wall : MonoBehaviour, IMapElement
{
public MapElementType ElementType => MapElementType.Wall;
}
+11
View File
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 3f939712c17722545b2724151dac3d9d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant: