Files
ClubPenguinClient/MareSynchronos/Services/CharaData/CharaDataTogetherManager.cs
rootdarkarchon 93aff198f2 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>
2025-06-30 20:17:08 +00:00

13 lines
224 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace MareSynchronos.Services.CharaData
{
internal class CharaDataTogetherManager
{
}
}