7 lines
88 B
C#
7 lines
88 B
C#
|
namespace RoR2.Orbs;
|
||
|
|
||
|
public interface IOrbFixedUpdateBehavior
|
||
|
{
|
||
|
void FixedUpdate();
|
||
|
}
|