<<<<<<< HEAD IMod Interface
Click or drag to resize
IMod Interface
Interface for all mods. All classes that extend this will be loaded and ran.

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public interface IMod

The IMod type exposes the following members.

Methods
  NameDescription
Public methodInit
Called when the GameManager is initialized. This means that mods can currently only affect individual games. I will modify this in the future.
Public methodUpdate
Called at the end of every update loop.
Top
See Also
======= IMod Interface
Click or drag to resize
IMod Interface

[Missing <summary> documentation for "T:Planetbase.IMod"]

Namespace: Planetbase
Assembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public interface IMod

The IMod type exposes the following members.

Methods
  NameDescription
Public methodInit
Public methodUpdate
Top
See Also
>>>>>>> origin/gh-pages