mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-10-30 23:16:09 +00:00
Origine
This commit is contained in:
parent
49a46595d7
commit
8987e446a8
8 changed files with 132 additions and 6 deletions
|
|
@ -20,6 +20,10 @@ class SubRaceEvent extends SetItemEvent<SubRaceItem> {
|
|||
SubRaceEvent(SubRaceItem item) : super(item);
|
||||
}
|
||||
|
||||
class OriginEvent extends SetItemEvent<OriginItem> {
|
||||
OriginEvent(OriginItem item) : super(item);
|
||||
}
|
||||
|
||||
class BackgroundEvent extends SetItemEvent<BackgroundItem> {
|
||||
BackgroundEvent(BackgroundItem item) : super(item);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue