DeltaSize.cs 216 B

12345678910
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using UnityEngine;
  4. public class DeltaSize
  5. {
  6. public static float FlowerCardSpriteX = 0.6125f;
  7. public static float FlowerCardSpriteY = 0.6125f;
  8. }