Elin Decompiled Documentation
EA 23.102 Nightly
Loading...
Searching...
No Matches
TraitBJTable.cs
Go to the documentation of this file.
1
public
class
TraitBJTable
:
TraitGamble
2
{
3
public
override
string
idMsg
=>
"use_card"
;
4
5
public
override
bool
OnUse
(
Chara
c)
6
{
7
MiniGame
.
Activate
(
MiniGame
.
Type
.Blackjack);
8
return
false
;
9
}
10
}
Chara
Definition:
Chara.cs:10
MiniGame
Definition:
MiniGame.cs:6
MiniGame.Activate
static void Activate(Type type)
Definition:
MiniGame.cs:44
MiniGame.Type
Type
Definition:
MiniGame.cs:15
TraitBJTable
Definition:
TraitBJTable.cs:2
TraitBJTable.idMsg
override string idMsg
Definition:
TraitBJTable.cs:3
TraitBJTable.OnUse
override bool OnUse(Chara c)
Definition:
TraitBJTable.cs:5
TraitGamble
Definition:
TraitGamble.cs:2
Elin
TraitBJTable.cs
Generated by
1.9.6