Delete attestation de niveau allemand LV2

wtf but real
This commit is contained in:
Crizomb 2025-01-13 17:40:00 +01:00
parent f8e85d7134
commit 7287be07a9
9 changed files with 1 additions and 28 deletions

View file

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: b0a06a57645516475b4d25eda6f77db7
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 099174ec06cd93cabab8cc7f0c3b28f7
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 93eaff98ab9b74beaa6e54871d643321
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 8cca9c662c34590bc8392b7e5244f3f6
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -4,6 +4,7 @@ public abstract class AbstractUnit : MonoBehaviour
{
public float price;
[field: SerializeField] public bool IsTeamA { get; private set; }
[field: SerializeField] public bool IsQueen { get; private set; }
public abstract bool Attack();
public abstract void TakeDamage(float damage);