mirror of
https://github.com/Phantop/LADXHD.git
synced 2025-09-04 20:57:37 +00:00
9 lines
174 B
C#
9 lines
174 B
C#
|
namespace ProjectZ.InGame.GameObjects.Base.Components
|
|||
|
{
|
|||
|
public class Component
|
|||
|
{
|
|||
|
public GameObject Owner;
|
|||
|
public static int Index;
|
|||
|
}
|
|||
|
}
|