mirror of
https://github.com/Phantop/LADXHD.git
synced 2025-11-30 08:07:16 +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;
|
|||
|
|
}
|
|||
|
|
}
|