riversong code showcase
This commit is contained in:
9
Source/Engine/GameData/GameDataAsset.cs
Normal file
9
Source/Engine/GameData/GameDataAsset.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace DanieleMarotta.RiversongCodeShowcase
|
||||
{
|
||||
public abstract class GameDataAsset : ScriptableObject, IGameDataRuntimeId
|
||||
{
|
||||
public int RuntimeId { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user