CN1602 is the local client. KR is the official tree with unpacked Data, System, and Sound. Packed .wpk files stay off git.
18 lines
309 B
Plaintext
18 lines
309 B
Plaintext
//수치값 증가에 따른 코드 값
|
|
//최초작성자 : 김태현
|
|
//날짜 : 2005-07-28
|
|
//version 0.0.0.1
|
|
|
|
// 수치코드 0값 1값 2값 3값
|
|
// n_code code_0 code_1 code_2 code_3
|
|
1 1 2 3 4
|
|
2 2 4 6 8
|
|
3 3 6 9 12
|
|
4 4 8 12 16
|
|
5 5 10 15 20
|
|
6 6 12 18 24
|
|
7 7 14 21 28
|
|
8 8 16 24 32
|
|
9 9 18 27 36
|
|
10 10 20 30 40
|