Flood.Start C# (CSharp) 메소드

Start() 개인적인 메소드

private Start ( ) : void
리턴 void
    void Start()
    {
        rb = GetComponent<Rigidbody>();
    }