MOD: Sprites hinzugefügt
MOD: Gegner platziert
This commit is contained in:
@@ -2,6 +2,7 @@ using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
//Marvin Schneider
|
||||
[CreateAssetMenu(fileName = "Enemy", menuName = "Enemy/Enemy", order = 0)]
|
||||
public class Enemy : ScriptableObject
|
||||
{
|
||||
|
@@ -2,6 +2,7 @@ using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
//Marvin Schneider
|
||||
[CreateAssetMenu(fileName = "Player", menuName = "Player/Player", order = 0)]
|
||||
public class Player : ScriptableObject
|
||||
{
|
||||
|
@@ -2,6 +2,7 @@ using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
//Marvin Schneider
|
||||
[CreateAssetMenu(fileName = "Weapon", menuName = "Weapon/Weapon", order = 0)]
|
||||
public class Weapon : ScriptableObject
|
||||
{
|
||||
|
Reference in New Issue
Block a user