8 lines
165 B
C#
8 lines
165 B
C#
namespace ET
|
|
{
|
|
[ComponentOf(typeof(Scene))]
|
|
public class FiberParentComponent: Entity, IAwake
|
|
{
|
|
public int ParentFiberId { get; set; }
|
|
}
|
|
} |