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.
|
||||
}
|
||||
|
||||
3
Assets/Scripts/Characters/Character.cs.meta
Normal file
3
Assets/Scripts/Characters/Character.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9253c7c4ca6946b1b31196c4bf8d685e
|
||||
timeCreated: 1757513074
|
||||
Reference in New Issue
Block a user