Add GPose Together (#82)

* add api glue

* most of gpose together impl

* more cleanup and impl

* more impl

* minor fixes and chara name abbreviations

---------

Co-authored-by: Stanley Dimant <root.darkarchon@outlook.com>
This commit is contained in:
rootdarkarchon 2025-01-19 16:19:06 +01:00 committed by GitHub
parent 3d0555e5c6
commit 59bbfcff27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 1354 additions and 23 deletions

View file

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MareSynchronos.Services.CharaData
{
internal class CharaDataTogetherManager
{
}
}