Semi-working Interactables rework
This commit is contained in:
11
Assets/Scripts/Characters/Character.cs
Normal file
11
Assets/Scripts/Characters/Character.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
|
||||
/// <summary>
|
||||
/// Base class for all characters that can interact in the world (e.g., player, follower).
|
||||
/// </summary>
|
||||
public abstract class Character : MonoBehaviour
|
||||
{
|
||||
// Placeholder for shared character logic or properties.
|
||||
// For now, this is intentionally minimal.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user