Added register builder for booleans and numerics

This commit is contained in:
Felix Weiß
2023-06-25 22:45:07 +02:00
parent f5f1e3bea9
commit b48f86d23d
23 changed files with 821 additions and 132 deletions

View File

@@ -4,6 +4,8 @@ using System;
using System.Reflection;
using System.Threading.Tasks;
using System.Collections;
using MewtocolNet.RegisterBuilding;
using System.Collections.Generic;
namespace Examples;