Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

PrefabType

pointcache edited this page Jan 15, 2017 · 1 revision

A script acting as a marker for PrefabTools to work with

[DisallowMultipleComponent]
public class PrefabType : MonoBehaviour {

    public ObjType type;

    public enum ObjType {
        entity,
        @static,
        light,
        volume,
        fx,
        npc
    }

}
Clone this wiki locally