mirror of
https://github.com/space-wizards/RobustToolboxTemplate.git
synced 2026-02-10 16:24:49 -05:00
Update RT to 268.0.0
This commit is contained in:
parent
6347ddffb8
commit
ca2bb9dcff
14 changed files with 44 additions and 77 deletions
|
|
@ -18,12 +18,12 @@ public sealed class EntryPoint : GameShared
|
|||
|
||||
public override void PreInit()
|
||||
{
|
||||
IoCManager.InjectDependencies(this);
|
||||
Dependencies.InjectDependencies(this);
|
||||
|
||||
// Default to en-US.
|
||||
// DEVNOTE: If you want your game to be multiregional at runtime, you'll need to
|
||||
// do something more complicated here.
|
||||
IoCManager.Resolve<ILocalizationManager>().LoadCulture(new CultureInfo(Culture));
|
||||
Dependencies.Resolve<ILocalizationManager>().LoadCulture(new CultureInfo(Culture));
|
||||
// TODO: Document what else you might want to put here
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue