Difference between revisions of "API:Sandbox/ModAPI/IMyConfigDedicated/Load"
From Space Engineers Wiki
(Created page with "{{APIMethodPage}} == Examples == == Notes == Category:API/Sandbox/ModAPI/IMyConfigDedicated") |
|||
Line 2: | Line 2: | ||
== Examples == | == Examples == | ||
+ | <syntaxhighlight lang="csharp"> | ||
+ | public override void UpdateBeforeSimulation10() | ||
+ | { | ||
+ | } | ||
+ | </syntaxhighlight> | ||
== Notes == | == Notes == | ||
[[Category:API/Sandbox/ModAPI/IMyConfigDedicated]] | [[Category:API/Sandbox/ModAPI/IMyConfigDedicated]] |
Revision as of 06:11, 22 September 2014
Examples
public override void UpdateBeforeSimulation10()
{
}