added meta attribute set
This commit is contained in:
12
forge/attribute_sets/MetaAttributeSet.cs
Normal file
12
forge/attribute_sets/MetaAttributeSet.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Gamesmiths.Forge.Attributes;
|
||||
namespace Movementtests.scenes.enemies;
|
||||
|
||||
public class MetaAttributeSet : AttributeSet
|
||||
{
|
||||
public EntityAttribute IncomingDamage { get; private set; }
|
||||
|
||||
public MetaAttributeSet()
|
||||
{
|
||||
IncomingDamage = InitializeAttribute(nameof(IncomingDamage), 0, 0, 1000, channels: 2);
|
||||
}
|
||||
}
|
||||
1
forge/attribute_sets/MetaAttributeSet.cs.uid
Normal file
1
forge/attribute_sets/MetaAttributeSet.cs.uid
Normal file
@@ -0,0 +1 @@
|
||||
uid://d36s5oiy8ls0d
|
||||
Reference in New Issue
Block a user