kimi gone wild
This commit is contained in:
@@ -26,6 +26,32 @@ defmodule Odinsea.Application do
|
||||
Odinsea.Game.ItemInfo,
|
||||
Odinsea.Game.MapFactory,
|
||||
Odinsea.Game.LifeFactory,
|
||||
Odinsea.Game.DropTable,
|
||||
Odinsea.Game.SkillFactory,
|
||||
Odinsea.Game.ReactorFactory,
|
||||
Odinsea.Game.Quest,
|
||||
|
||||
# Cash Shop data provider
|
||||
Odinsea.Shop.CashItemFactory,
|
||||
|
||||
# MTS (Maple Trading System)
|
||||
Odinsea.Shop.MTS,
|
||||
|
||||
# Scripting system (must be before game servers)
|
||||
Odinsea.Scripting.Supervisor,
|
||||
|
||||
# Timer system (before game servers)
|
||||
Odinsea.Game.Timer.WorldTimer,
|
||||
Odinsea.Game.Timer.MapTimer,
|
||||
Odinsea.Game.Timer.BuffTimer,
|
||||
Odinsea.Game.Timer.EventTimer,
|
||||
Odinsea.Game.Timer.CloneTimer,
|
||||
Odinsea.Game.Timer.EtcTimer,
|
||||
Odinsea.Game.Timer.CheatTimer,
|
||||
Odinsea.Game.Timer.PingTimer,
|
||||
Odinsea.Game.Timer.RedisTimer,
|
||||
Odinsea.Game.Timer.EMTimer,
|
||||
Odinsea.Game.Timer.GlobalTimer,
|
||||
|
||||
# Registry for player lookups
|
||||
{Registry, keys: :unique, name: Odinsea.PlayerRegistry},
|
||||
|
||||
Reference in New Issue
Block a user