강의

멘토링

로드맵

Inflearn Community Q&A

starkshn8823's profile image
starkshn8823

asked

[MMORPG Game Development Series with C# and Unity] Part 1: Introduction to Basic C# Programming

Rock-paper-scissors game

파이썬을 공부하던 학생입니다

Written on

·

316

0

C# 은 처음인데 

처음에 Random rand = new Random() Random 함수의 객체 rand 를 생성하는부분? 에서요

Random은 클래스인가요 함수인가요? 파이썬으로 치면 내장모듈인가요??

C#

Answer 1

0

Rookiss님의 프로필 이미지
Rookiss
Instructor

함수는 아니고, 클래스입니다.
클래스 문법은 나중에 다시 나오니 일단 넘어가셔도 됩니다.

starkshn8823's profile image
starkshn8823

asked

Ask a question