7 lines
74 B
C#
7 lines
74 B
C#
|
namespace RoR2;
|
||
|
|
||
|
public interface ILifeBehavior
|
||
|
{
|
||
|
void OnDeathStart();
|
||
|
}
|