16 lines
183 B
C#
16 lines
183 B
C#
using UnityEngine;
|
|
|
|
namespace Gaia
|
|
{
|
|
public struct ProtoDNAInst
|
|
{
|
|
public ResourceProtoDNA dna;
|
|
|
|
public Vector3 locationWU;
|
|
|
|
public Vector3 locationTU;
|
|
|
|
public int age;
|
|
}
|
|
}
|