riversong code showcase
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public abstract class ProducerAnimation : MonoBehaviour
|
||||
{
|
||||
public abstract void UpdateAnimation(in BuildingProductionState productionState);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user