NorbiPeti
9be1b5fdaf
I can't test it yet because the API is full of errors because of the refactoring
10 lines
No EOL
183 B
C#
10 lines
No EOL
183 B
C#
using System;
|
|
|
|
namespace CodeGenerator
|
|
{
|
|
public class ECSClassInfo
|
|
{
|
|
public string Name { get; set; }
|
|
public ECSPropertyInfo[] Properties { get; set; }
|
|
}
|
|
} |