package project;

interface PlayerInfo {
  static int PlayerAttackPower = 3;
  static int life = 3;
  static int PlayerHealth = 13;
}