1
This commit is contained in:
15
Src/Ability/AbilityComponents.cs
Normal file
15
Src/Ability/AbilityComponents.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace Net.Project.B.Buff
|
||||
{
|
||||
public struct FlashingBuff : IBuff
|
||||
{
|
||||
public float Value { get; set; }
|
||||
public override bool Equals(object obj) => obj?.GetType() == GetType();
|
||||
public override int GetHashCode() => GetType().GetHashCode();
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
11
Src/Ability/AbilityComponents.cs.meta
Normal file
11
Src/Ability/AbilityComponents.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 4b900b60aa332334ca048f4d2a496b3a
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
18
Src/Ability/Net.Project.B.Ability.asmdef
Normal file
18
Src/Ability/Net.Project.B.Ability.asmdef
Normal file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Net.Project.B.Ability",
|
||||
"rootNamespace": "",
|
||||
"references": [
|
||||
"GUID:46b59e80b22f9f04dbd080f812276bc4",
|
||||
"GUID:14fe60d984bf9f84eac55c6ea033a8f4",
|
||||
"GUID:d8b63aba1907145bea998dd612889d6b"
|
||||
],
|
||||
"includePlatforms": [],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": [],
|
||||
"versionDefines": [],
|
||||
"noEngineReferences": true
|
||||
}
|
7
Src/Ability/Net.Project.B.Ability.asmdef.meta
Normal file
7
Src/Ability/Net.Project.B.Ability.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b270929ce6e722f43ae3d4d634eb283f
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user