| Untitled left | D:\ValheimDev\Dumps\Latest\assembly_valheim\IMonoUpdater.cs | ||
|---|---|---|---|
| . | |
using System; |
|
|
|
||
|
public interface IMonoUpdater |
||
|
{ |
||
|
void CustomFixedUpdate(float deltaTime) |
||
|
{ |
||
|
} |
||
|
|
||
|
void CustomUpdate(float deltaTime, float time) |
||
|
{ |
||
|
} |
||
|
|
||
|
void CustomLateUpdate(float deltaTime) |
||
|
{ |
||
|
} |
||
|
} |
||
|
|
||