2020-05-01 21:47:43 +02:00

14 lines
197 B
Swift

//
// Units.swift
// GoldWars
//
// Created by Chauntalle Schüle on 20.04.20.
// Copyright © 2020 SP2. All rights reserved.
//
enum Unit{
case General
case Defence
case Attack
}