perf logging, cap catchup loops
This commit is contained in:
8
OrekiWoofsBees.Common/IModEntity.cs
Normal file
8
OrekiWoofsBees.Common/IModEntity.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using Vintagestory.API.Common;
|
||||
|
||||
namespace OrekiWoofsBees.Common;
|
||||
|
||||
public interface IModEntity
|
||||
{
|
||||
public Mod? Mod { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user