the initial commit to the repo.
This commit is contained in:
parent
025c032b8c
commit
1b757591b9
264 changed files with 21882 additions and 0 deletions
14
stoopid.raw/PointOfInterest.cs
Normal file
14
stoopid.raw/PointOfInterest.cs
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
using UnityEngine;
|
||||
|
||||
public struct PointOfInterest
|
||||
{
|
||||
public string Name { get; set; }
|
||||
|
||||
public string Description { get; set; }
|
||||
|
||||
public Vector3 Position { get; set; }
|
||||
|
||||
public Color Color { get; set; }
|
||||
|
||||
public dynamic Quest { get; set; }
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue