FriendDataManager.cs 104 B

1234567
  1. namespace GFGGame
  2. {
  3. public class FriendDataManager : SingletonBase<FriendDataManager>
  4. {
  5. }
  6. }