Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitBasketGame.cs
Go to the documentation of this file.
2{
3 public override void OnActivateTrap(Chara c)
4 {
5 if (c.IsPC)
6 {
8 }
9 }
10}
Definition: Chara.cs:10
override bool IsPC
Definition: Chara.cs:597
static void Activate(Type type)
Definition: MiniGame.cs:44
override void OnActivateTrap(Chara c)