mirror of
https://github.com/Melledy/Nebula.git
synced 2026-09-19 17:19:58 +02:00
feat: implement PenguinCard
This commit is contained in:
@@ -137,6 +137,7 @@ public class ActivityManager extends PlayerManager implements GameDatabaseObject
|
||||
case Task -> new TaskActivity(this, data);
|
||||
case Shop -> new ShopActivity(this, data);
|
||||
case TrekkerVersus -> new TrekkerVersusActivity(this, data);
|
||||
case PenguinCard -> new PenguinCardActivity(this, data);
|
||||
default -> null;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user