ConstStrings.cs 267 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace HybridCLR.Generators
  7. {
  8. internal static class ConstStrings
  9. {
  10. public const string typeObjectPtr = "Il2CppObject*";
  11. }
  12. }