From 874ff5f59665ddf01f2bc7c73758cfb0e1dbb7cd Mon Sep 17 00:00:00 2001 From: Joshua Reason Date: Thu, 21 Mar 2019 13:31:53 +1100 Subject: [PATCH] Started work on for loops --- Assets/Scripts/Logic/Blocks/CombinedBlock.cs | 15 +++++++++++++++ Assets/Scripts/Logic/Blocks/CombinedBlock.cs.meta | 11 +++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Assets/Scripts/Logic/Blocks/CombinedBlock.cs create mode 100644 Assets/Scripts/Logic/Blocks/CombinedBlock.cs.meta 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: