Map & Grid Entities (#493)
* Client & Server load with new scene hierarchy. * Engine Update.
This commit is contained in:
committed by
Pieter-Jan Briers
parent
c2c512a7e3
commit
ece6e0a833
@@ -37,9 +37,9 @@ namespace Content.Server.GameObjects.Components.Power
|
||||
/// </summary>
|
||||
public event EventHandler<PowernetEventArgs> OnPowernetRegenerate;
|
||||
|
||||
public override void Initialize()
|
||||
protected override void Startup()
|
||||
{
|
||||
base.Initialize();
|
||||
base.Startup();
|
||||
|
||||
TryCreatePowernetConnection();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user