7 lines
97 B
C#
7 lines
97 B
C#
using System.Drawing;
|
|
using UnityEngine;
|
|
|
|
public class PlayerControlledActor : MonoBehaviour
|
|
{
|
|
}
|