mirror of
https://github.com/LorisYounger/VPet.ModMaker.git
synced 2024-08-30 18:22:21 +00:00
10 lines
207 B
C#
10 lines
207 B
C#
|
using System;
|
|||
|
using System.Collections.Generic;
|
|||
|
using System.Linq;
|
|||
|
using System.Text;
|
|||
|
using System.Threading.Tasks;
|
|||
|
|
|||
|
namespace VPet.Plugin.ModMaker.ViewModels.ModEdit.PetEdit;
|
|||
|
|
|||
|
public class PetPageVM { }
|