Newbie HvHer
- User ID
- 143981
- Messages
- 2
- Reactions
- 0
- Level
- 0
Hi i am searching how to include classes from Banana Shooter into my code can someone help me
I just have to make them or doing another thing
(i ma bad in english so just look)
is like that working ? :
I just have to make them or doing another thing
(i ma bad in english so just look)
is like that working ? :
class:
class Object{
public:
}
class Component : Object{
public:
}
class Behaviour : Component{
public:
}
class Behaviour : Component{
public:
}
class MonoBehaviour : Behaviour{
public:
}
abstract class Firearms : MonoBehaviour{
public:
HKGNDGAMPGB currentAmmo;
}
Last edited: