This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#nullable enable | |
using Leopotam.EcsLite; | |
using System; | |
using System.Text; | |
namespace Systems | |
{ | |
internal static partial class ExtensionMethods | |
{ |