コード例 #1
0
    //
    //grab target based on touch input or mouse click
    //object must be tagged as a salvage item
    //change icon on mouse-over
    //fly to target
    //

    public static Reactions GetReactions()
    {
        return(me.GetComponent <Reactions>());
    }