Netcode Bootstrap
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
|
||||
using Unity.Entities;
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
namespace Rukhanka
|
||||
{
|
||||
|
||||
public interface GenericAssetBlob
|
||||
{
|
||||
#if RUKHANKA_DEBUG_INFO
|
||||
public string Name();
|
||||
public float BakingTime();
|
||||
#endif
|
||||
public Hash128 Hash();
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user