Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitDoorAutoShoji.cs
Go to the documentation of this file.
2{
3 public override string idSound => "doorShoji";
4
5 public override void ToggleDoor(bool sound = true, bool refresh = true)
6 {
7 if (sound)
8 {
9 owner.Say("open_shoji");
10 }
11 base.ToggleDoor(sound, refresh);
12 }
13}
void Say(string lang, string ref1=null, string ref2=null)
Definition: Card.cs:6046
override string idSound
override void ToggleDoor(bool sound=true, bool refresh=true)
Card owner
Definition: Trait.cs:26