diff --git a/Assets/Scripts/Logic/Blocks/CombinedBlock.cs b/Assets/Scripts/Logic/Blocks/CombinedBlock.cs new file mode 100644 index 0000000..a6255ac --- /dev/null +++ b/Assets/Scripts/Logic/Blocks/CombinedBlock.cs @@ -0,0 +1,15 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class CombinedBlock : LogicBlock +{ + + [SerializeField] + protected List SubBlocks ; + + protected override void BlockLogic(Character player) + { + throw new System.NotImplementedException(); + } +} diff --git a/Assets/Scripts/Logic/Blocks/CombinedBlock.cs.meta b/Assets/Scripts/Logic/Blocks/CombinedBlock.cs.meta new file mode 100644 index 0000000..96af0f3 --- /dev/null +++ b/Assets/Scripts/Logic/Blocks/CombinedBlock.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 379f4aef4fda0734390b1831e4b71226 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: