A stable modding interface between Techblox and mods https://mod.exmods.org/
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

9 lines
167B

  1. using Svelto.ECS;
  2. namespace TechbloxModdingAPI.Engines
  3. {
  4. public interface IFunEngine : IApiEngine
  5. {
  6. public IEntityFunctions Functions { set; }
  7. }
  8. }