Fight/Actor/AI/Process.meta
New file @@ -0,0 +1,9 @@ fileFormatVersion: 2 guid: e7041053eb7e74b40b6a3298fff62903 folderAsset: yes timeCreated: 1555593811 licenseType: Pro DefaultImporter: userData: assetBundleName: assetBundleVariant: Fight/Actor/AI/Process/PN_AttackCount.cs
New file @@ -0,0 +1,4 @@ public class PN_AttackCount { } Fight/Actor/AI/Process/PN_AttackCount.cs.meta
New file @@ -0,0 +1,12 @@ fileFormatVersion: 2 guid: 9f7049684ebfcb646a6585689fa3de47 timeCreated: 1555595526 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: Fight/Actor/AI/Process/PN_BeAttackCount.cs
New file @@ -0,0 +1,4 @@ public class PN_BeAttackCount { } Fight/Actor/AI/Process/PN_BeAttackCount.cs.meta
New file @@ -0,0 +1,12 @@ fileFormatVersion: 2 guid: b016e67df5e40db40a5d4b803f46ce93 timeCreated: 1555595526 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: Fight/Actor/AI/Process/PN_HpPer.cs
New file @@ -0,0 +1,4 @@ public class PN_HpPer { } Fight/Actor/AI/Process/PN_HpPer.cs.meta
New file @@ -0,0 +1,12 @@ fileFormatVersion: 2 guid: 1b7cc8404bc5faa488b3175940188a39 timeCreated: 1555595631 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: Fight/Actor/AI/Process/PN_LockHp.cs
New file @@ -0,0 +1,4 @@ public class PN_LockHp { } Fight/Actor/AI/Process/PN_LockHp.cs.meta
New file @@ -0,0 +1,12 @@ fileFormatVersion: 2 guid: e1fdf91c00e5e2d40b25abf24e149579 timeCreated: 1555595631 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: Fight/Actor/AI/Process/PN_UnLockHp.cs
New file @@ -0,0 +1,4 @@ public class PN_UnLockHp { } Fight/Actor/AI/Process/PN_UnLockHp.cs.meta
New file @@ -0,0 +1,12 @@ fileFormatVersion: 2 guid: 340d0053aa71b8245a3a68531cd61475 timeCreated: 1555595631 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: Fight/Actor/AI/Process/ProcessManager.cs.cs
New file @@ -0,0 +1,4 @@ public class ProcessManager : Singleton<ProcessManager> { } Fight/Actor/AI/Process/ProcessManager.cs.cs.meta
New file @@ -0,0 +1,12 @@ fileFormatVersion: 2 guid: bc619663298bfa443bcd0facb86a84ed timeCreated: 1555593845 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: Fight/Actor/AI/Process/ProcessNode.cs
New file @@ -0,0 +1,18 @@ public abstract class ProcessNode { public enum E_ProcessType { BeAttackCount, AttackCount, HpPer, LockHp, UnLockHp, } public int param; public abstract void Init(); public abstract void Update(); public abstract void UnInit(); public abstract bool IsOver(); } Fight/Actor/AI/Process/ProcessNode.cs.meta
New file @@ -0,0 +1,12 @@ fileFormatVersion: 2 guid: 4175daffae66495419f74e38170105de timeCreated: 1555593811 licenseType: Pro MonoImporter: serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant: