Merge branch '12-model-einheiten' into 'development'
Finalised Issue - Model Einheiten Closes #12 See merge request marcel.schwarz/software-projekt-2!12
This commit is contained in:
commit
d5058afebb
17
GoldWars/GoldWars/Base/Units.swift
Normal file
17
GoldWars/GoldWars/Base/Units.swift
Normal file
@ -0,0 +1,17 @@
|
||||
//
|
||||
// Units.swift
|
||||
// GoldWars
|
||||
//
|
||||
// Created by Chauntalle Schüle on 20.04.20.
|
||||
// Copyright © 2020 SP2. All rights reserved.
|
||||
//
|
||||
|
||||
|
||||
|
||||
struct Units{
|
||||
|
||||
var strength: Float
|
||||
var health: Float
|
||||
var defence: Float
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user