NorbiPeti
9be1b5fdaf
I can't test it yet because the API is full of errors because of the refactoring
11 lines
No EOL
215 B
C#
11 lines
No EOL
215 B
C#
using System;
|
|
|
|
namespace CodeGenerator
|
|
{
|
|
public class ECSPropertyInfo
|
|
{
|
|
public string Name { get; set; }
|
|
public Type Type { get; set; }
|
|
public Type ComponentType { get; set; }
|
|
}
|
|
} |