Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitCurrencyMedal.cs
Go to the documentation of this file.
2{
3 public override void OnStepped(Chara c)
4 {
5 if (c.IsPC)
6 {
7 Msg.Say("spotMedalStep");
9 }
10 }
11}
PlaceState
Definition: PlaceState.cs:2
void SetPlaceState(PlaceState newState, bool byPlayer=false)
Definition: Card.cs:3454
Definition: Chara.cs:10
override bool IsPC
Definition: Chara.cs:597
Definition: Msg.cs:5
static string Say(string idLang, string ref1, string ref2=null, string ref3=null, string ref4=null)
Definition: Msg.cs:58
override void OnStepped(Chara c)
Card owner
Definition: Trait.cs:26