Mini Fix for Exception
This commit is contained in:
parent
4355551189
commit
a02db5aba5
2 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using System;
|
||||
using System; //Exceptions
|
||||
|
||||
//Represents consumable : sprite and informations
|
||||
public class Consumable //: MonoBehaviour
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
using System; //Exceptions
|
||||
|
||||
[RequireComponent(typeof(Rigidbody))]
|
||||
[RequireComponent(typeof(Animator))]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue