Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
AI_SelfHarm.cs
Go to the documentation of this file.
1public class AI_SelfHarm : AI_PassTime
2{
3 public override Type type => Type.selfHarm;
4
5 public override bool CancelWhenDamaged => false;
6
7 public override int exp => 50;
8}
override bool CancelWhenDamaged
Definition: AI_SelfHarm.cs:5
override int exp
Definition: AI_SelfHarm.cs:7
override Type type
Definition: AI_SelfHarm.cs:3