7 lines
No EOL
85 B
C
7 lines
No EOL
85 B
C
#pragma once
|
|
|
|
enum ViewType
|
|
{
|
|
Logical, // 월드 - 서버
|
|
Physical, // 넷런쳐 - 서버
|
|
}; |