RoleData.ts 95 B

123456789
  1. import { UserData } from "./UserData";
  2. class Data {
  3. }
  4. export let RoleData = new Data;