forked from Shardstone/trail-into-darkness
Added some data
This commit is contained in:
11
Assets/Code/GameState/Entities/ModifiersPerksList.cs
Normal file
11
Assets/Code/GameState/Entities/ModifiersPerksList.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
namespace Nox.Game {
|
||||
public enum ModifierIds {
|
||||
generic_mgt_health_multiplier,
|
||||
warrior_mgt_health_multiplier,
|
||||
generic_mgt_mana_multiplier,
|
||||
generic_kno_mana_multiplier
|
||||
}
|
||||
|
||||
public enum PerksIds{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user