Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
AI_Meditate.cs
Go to the documentation of this file.
1public class AI_Meditate : AI_PassTime
2{
3 public override Type type => Type.meditate;
4
5 public override int turns => 300;
6
7 public override int exp => 10;
8}
override int exp
Definition: AI_Meditate.cs:7
override Type type
Definition: AI_Meditate.cs:3
override int turns
Definition: AI_Meditate.cs:5