From f07c1842111d9f67c1e05c7f49b6b8531b8043ab Mon Sep 17 00:00:00 2001 From: Vladimir de la Cruz Date: Mon, 20 Feb 2017 17:54:25 -0600 Subject: [PATCH] #4 #2 OSAnimatorControl no longer necessary use OSControllable abstract class --- .../OverSeer/Controllables/OSAnimatorControl.cs | 12 ------------ .../OverSeer/Controllables/OSAnimatorControl.cs.meta | 12 ------------ 2 files changed, 24 deletions(-) delete mode 100644 Assets/Scripts/Controls/OverSeer/Controllables/OSAnimatorControl.cs delete mode 100644 Assets/Scripts/Controls/OverSeer/Controllables/OSAnimatorControl.cs.meta diff --git a/Assets/Scripts/Controls/OverSeer/Controllables/OSAnimatorControl.cs b/Assets/Scripts/Controls/OverSeer/Controllables/OSAnimatorControl.cs deleted file mode 100644 index b09c56b..0000000 --- a/Assets/Scripts/Controls/OverSeer/Controllables/OSAnimatorControl.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class OSAnimatorControl : MonoBehaviour { - - public void triggerAnimator() - { - GetComponent().SetTrigger("toggleObject"); - } -} diff --git a/Assets/Scripts/Controls/OverSeer/Controllables/OSAnimatorControl.cs.meta b/Assets/Scripts/Controls/OverSeer/Controllables/OSAnimatorControl.cs.meta deleted file mode 100644 index b92310f..0000000 --- a/Assets/Scripts/Controls/OverSeer/Controllables/OSAnimatorControl.cs.meta +++ /dev/null @@ -1,12 +0,0 @@ -fileFormatVersion: 2 -guid: 182fa4abdc479224da9ed6110d54ddd9 -timeCreated: 1486706776 -licenseType: Free -MonoImporter: - serializedVersion: 2 - defaultReferences: [] - executionOrder: 0 - icon: {instanceID: 0} - userData: - assetBundleName: - assetBundleVariant: