Revert "Merge branch 'Integration'"
This reverts commit0727e44b80
, reversing changes made to1fb3c9bfbe
.
This commit is contained in:
parent
0727e44b80
commit
97b9d94930
103 changed files with 780 additions and 10299 deletions
|
@ -16,8 +16,6 @@ public class MinecraftUnit : AbstractUnit
|
|||
[field: SerializeField] public BaseCapacity Capacity { get; private set; }
|
||||
// Not required
|
||||
[field: SerializeField] public Animator Animator { get; private set; }
|
||||
|
||||
public bool isActive { get; private set; }
|
||||
|
||||
|
||||
|
||||
|
@ -68,7 +66,6 @@ public class MinecraftUnit : AbstractUnit
|
|||
|
||||
public override void StartFight()
|
||||
{
|
||||
isActive = true;
|
||||
Component[] components = GetComponents<Component>();
|
||||
|
||||
foreach (Component component in components)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue