// Magica Cloth 2. // Copyright (c) 2023 MagicaSoft. // https://magicasoft.jp namespace MagicaCloth2 { /// /// データカウントを返すインターフェース /// interface ICount { int Count(); } }