You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
630 B
C#
23 lines
630 B
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by Entitas.CodeGeneration.Plugins.ComponentLookupGenerator.
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
public static class InputComponentsLookup {
|
|
|
|
|
|
|
|
public const int TotalComponents = 0;
|
|
|
|
public static readonly string[] componentNames = {
|
|
|
|
};
|
|
|
|
public static readonly System.Type[] componentTypes = {
|
|
|
|
};
|
|
}
|