Skip to content

Commit 0c95d0f

Browse files
committed
ECS - made ComponentType.RelationKeyType public
1 parent 644aa74 commit 0c95d0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ECS/Base/Types/ComponentType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public abstract class ComponentType : SchemaType, IComparable<ComponentType>
3232

3333
internal readonly Type RelationType; // 8
3434

35-
internal readonly Type RelationKeyType;// 8
35+
public readonly Type RelationKeyType;// 8
3636

3737
internal int nameSortOrder; // 4
3838
#endregion

0 commit comments

Comments
 (0)